home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr31 / smtp_pop.zip / SMTP_POP.TXT < prev    next >
Text File  |  1995-02-02  |  3KB  |  88 lines

  1. Introduction
  2. ============
  3.  
  4. SMTP_POP is derived from a public domain program written by Ian Blenke it
  5. has been modified to incorporate a very basic POP3 faker to enable Pegasus mail
  6. to be used on dial up and other TCP/IP Internet accounts when no access to
  7. a 'real' POP3 Server is available (ie basic demon dialup) and also to transfer
  8. any incoming SMTP messages into the pegasus incoming mail folder in a form
  9. it understands.
  10.  
  11. SMTP_POP will attempt to autoload Pegasus if they live in they same
  12. directory.
  13.  
  14. Suggestions For Use
  15. ===================
  16.  
  17. 1. Set Winsock to NOT dial on demand
  18. 2. Load SMTP_POP this will load WINSOCK.DLL and Pegasus
  19. 3. Write any mails (make sure Pegasus is set up to Queue mail)
  20. 4. When mails are written Use winsock to dial your IP
  21. 5. Once connected Select Pegasus 'Send all Queued mail"
  22. 6. Wait for any mail connections to your machine to end.
  23. 7. Logout
  24.  
  25. Files involved
  26. ==============
  27.  
  28. wsmtpsrv.ini
  29. ------------
  30.  
  31. This consists of entries under a section marked [winSMTPsrv]
  32.  
  33. Debug=2 ; Sets debug level - best left at 2
  34. Mail=<Pegasus Incoming Mail Path> ; eg: c:\pmail\mail
  35. Host=<Your fully qualified host name> ; eg: blob.demon.co.uk
  36.  
  37. pmail.ini
  38. ---------
  39.  
  40. When Pegasus is first run (with no pmail.cfg file) it will ask for a home
  41. mail path this should be set to the same as Mail= in wsmtpsrv.ini
  42.  
  43.  
  44.  
  45. Pegasus Setup
  46. =============
  47.  
  48. File - Network Configuration
  49.  
  50.     TCP/IP socket timeout value = 15
  51.     Relay host = <Your mail relay> eg post.demon.co.uk
  52.     From field =
  53.     Send Mail at once = (not ticked)
  54.     Prefer for outgoing Internet Mail = (not ticked)
  55.     Host = <Your Host Name> eg blob.demon.co.uk
  56.     Username = <Your Nickname>
  57.     Password = <Anything>
  58.     Leave mail larger than = 0
  59.     Poll new mail after = 0
  60.     Message count only on idle poll = (not checked)
  61.     Allow checks when minimised = (not checked)
  62.     Delete retreived mail on host = (not checked)
  63.     check when opening new mail = (not checked)
  64.  
  65. File - Preferences - General Settings
  66.  
  67.     Personal Name = <Your Full Name>
  68.     ++ All boxes unchecked +++
  69.     Default reply address =
  70.  
  71. File - Preferences - Advance Settings
  72.  
  73.     if WINSOCK.DLL is available, load it = Always
  74.  
  75.  
  76. Known Bugs
  77. ==========
  78.  
  79. Occasionally "An error has ocurred in your Application" when getting an
  80. SMTP connection from the outside world. IGNORE usually fixes this.
  81.  
  82. No handling for any other POP3 commands apart from USER, PASS & QUIT
  83. (So don't use Pegasus 'check host for new mail")
  84.  
  85. Please mail me with bug reports and suggestions
  86.  
  87. Alan Ovenden
  88. ajo@itl.co.uk